label input[type=checkbox]{display:none}label input[type=checkbox]+.custom-checkbox{background-color:#fff;padding:9px;border-radius:3px;display:inline-block;position:relative;margin:0 5px;cursor:pointer;vertical-align:middle}label input[type=checkbox]:checked+.custom-checkbox{color:#1D6FBC}label input[type=checkbox]:checked+.custom-checkbox.green{color:#12ae33}label input[type=checkbox]:checked+.custom-checkbox:after{content:'\f00c';font-size:16px;position:absolute;top:0;left:1px;color:#1D6FBC}label input[type=checkbox]:checked+.custom-checkbox.green:after{color:#12ae33}label input[type=checkbox]+.big-checkbox{padding:14px}label input[type=checkbox]:checked+.big-checkbox:after,label:active input[type=checkbox]+.big-checkbox:after{font-size:28px;left:0;top:0}label input[type=checkbox]+.medium-checkbox{padding:12px}label input[type=checkbox]:checked+.medium-checkbox:after,label:active input[type=checkbox]+.medium-checkbox:after{font-size:25px;left:0;top:0}label input[type=radio]{display:none}label input[type=radio]+.custom-radio{background-color:#fff;padding:9px;border-radius:50px;display:inline-block;position:relative;margin:0 5px;cursor:pointer;vertical-align:middle}label input[type=radio]:checked+.custom-radio:after{content:' ';width:12px;height:12px;border-radius:50px;position:absolute;top:3px;background:#1D6FBC;text-shadow:0;left:3px;font-size:32px}label input[type=radio]:checked+.custom-radio{color:#1D6FBC}label input[type=radio]+.big-radio{padding:16px}label input[type=radio]:checked+.big-radio:after{width:24px;height:24px;left:4px;top:4px}input[type=checkbox]:disabled+.custom-checkbox,input[type=radio]:disabled+.custom-radio{background-color:#eee;border:1px solid #ccc;cursor:not-allowed}input[type=checkbox].invalid+.custom-checkbox,input[type=radio].invalid+.custom-radio{border:1px solid red}input.ng-dirty.ng-invalid+.custom-radio{border:1px solid red!important;border-radius:20px}input.ng-dirty.ng-invalid+.custom-checkbox{border:1px solid red!important}